home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Database S245768132001.psc / DBSynchronizer / frmSynchMain.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-08-12  |  19.1 KB  |  566 lines

  1. VERSION 5.00
  2. Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
  3. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
  4. Begin VB.Form frmSynchMain 
  5.    Caption         =   "DB Syncronizer"
  6.    ClientHeight    =   7725
  7.    ClientLeft      =   585
  8.    ClientTop       =   765
  9.    ClientWidth     =   10575
  10.    Icon            =   "frmSynchMain.frx":0000
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   7725
  13.    ScaleWidth      =   10575
  14.    Begin VB.CommandButton cmdAllDiffs 
  15.       Caption         =   "&Both Diffs"
  16.       Height          =   495
  17.       Left            =   5520
  18.       TabIndex        =   32
  19.       Top             =   7200
  20.       Width           =   735
  21.    End
  22.    Begin VB.CommandButton cmdTableDiffs 
  23.       Caption         =   "&Table Diffs"
  24.       Height          =   495
  25.       Left            =   4680
  26.       TabIndex        =   31
  27.       Top             =   7200
  28.       Width           =   735
  29.    End
  30.    Begin VB.ComboBox cboTableFields 
  31.       Height          =   315
  32.       Left            =   2880
  33.       TabIndex        =   30
  34.       Top             =   7320
  35.       Width           =   1695
  36.    End
  37.    Begin VB.CommandButton cmdPrint 
  38.       Caption         =   "&Print Grid"
  39.       Enabled         =   0   'False
  40.       Height          =   495
  41.       Left            =   7080
  42.       TabIndex        =   27
  43.       Top             =   7200
  44.       Width           =   855
  45.    End
  46.    Begin MSComDlg.CommonDialog DLG 
  47.       Left            =   6360
  48.       Top             =   7200
  49.       _ExtentX        =   847
  50.       _ExtentY        =   847
  51.       _Version        =   393216
  52.    End
  53.    Begin VB.ComboBox cboDBObject 
  54.       Height          =   315
  55.       Left            =   120
  56.       TabIndex        =   26
  57.       Top             =   7320
  58.       Width           =   1815
  59.    End
  60.    Begin VB.CommandButton cmdFix 
  61.       Caption         =   "&Fix"
  62.       Height          =   495
  63.       Left            =   8760
  64.       TabIndex        =   25
  65.       Top             =   7200
  66.       Width           =   495
  67.    End
  68.    Begin VB.CommandButton cmdGetDiffs 
  69.       Caption         =   "&Object Diffs"
  70.       Height          =   495
  71.       Left            =   2040
  72.       TabIndex        =   22
  73.       Top             =   7200
  74.       Width           =   735
  75.    End
  76.    Begin VB.CommandButton cmdScript 
  77.       Caption         =   "S&cript"
  78.       Height          =   495
  79.       Left            =   8040
  80.       TabIndex        =   21
  81.       Top             =   7200
  82.       Width           =   615
  83.    End
  84.    Begin VB.Frame fraSlave 
  85.       Caption         =   "Slave"
  86.       BeginProperty Font 
  87.          Name            =   "MS Sans Serif"
  88.          Size            =   12
  89.          Charset         =   0
  90.          Weight          =   700
  91.          Underline       =   0   'False
  92.          Italic          =   0   'False
  93.          Strikethrough   =   0   'False
  94.       EndProperty
  95.       Height          =   1695
  96.       Left            =   5280
  97.       TabIndex        =   14
  98.       Top             =   120
  99.       Width           =   5175
  100.       Begin VB.CommandButton cmdSConnect 
  101.          Caption         =   "Connect/Retrieve Databases"
  102.          Height          =   375
  103.          Left            =   2640
  104.          TabIndex        =   16
  105.          Top             =   720
  106.          Width           =   2295
  107.       End
  108.       Begin VB.TextBox txtSUserID 
  109.          Height          =   285
  110.          Left            =   960
  111.          TabIndex        =   3
  112.          Top             =   480
  113.          Width           =   1335
  114.       End
  115.       Begin VB.TextBox txtSPassword 
  116.          Height          =   285
  117.          IMEMode         =   3  'DISABLE
  118.          Left            =   960
  119.          PasswordChar    =   "*"
  120.          TabIndex        =   4
  121.          Top             =   840
  122.          Width           =   1335
  123.       End
  124.       Begin VB.ComboBox cboSDatabase 
  125.          Height          =   315
  126.          Left            =   3480
  127.          TabIndex        =   15
  128.          Top             =   1200
  129.          Width           =   1455
  130.       End
  131.       Begin VB.TextBox txtSServer 
  132.          Height          =   285
  133.          Left            =   960
  134.          TabIndex        =   5
  135.          Top             =   1200
  136.          Width           =   1335
  137.       End
  138.       Begin VB.Label Label8 
  139.          Caption         =   "User ID:"
  140.          Height          =   255
  141.          Left            =   120
  142.          TabIndex        =   20
  143.          Top             =   480
  144.          Width           =   1335
  145.       End
  146.       Begin VB.Label Label7 
  147.          Caption         =   "Password:"
  148.          Height          =   375
  149.          Left            =   120
  150.          TabIndex        =   19
  151.          Top             =   840
  152.          Width           =   1095
  153.       End
  154.       Begin VB.Label Label6 
  155.          Caption         =   "Server:"
  156.          Height          =   255
  157.          Left            =   120
  158.          TabIndex        =   18
  159.          Top             =   1200
  160.          Width           =   1335
  161.       End
  162.       Begin VB.Label Label5 
  163.          Caption         =   "Database:"
  164.          Height          =   375
  165.          Left            =   2640
  166.          TabIndex        =   17
  167.          Top             =   1200
  168.          Width           =   975
  169.       End
  170.    End
  171.    Begin VB.CommandButton cmdExit 
  172.       Caption         =   "E&xit"
  173.       Height          =   495
  174.       Left            =   9840
  175.       TabIndex        =   13
  176.       Top             =   7200
  177.       Width           =   615
  178.    End
  179.    Begin VB.Frame fraMaster 
  180.       Caption         =   "Master"
  181.       BeginProperty Font 
  182.          Name            =   "MS Sans Serif"
  183.          Size            =   12
  184.          Charset         =   0
  185.          Weight          =   700
  186.          Underline       =   0   'False
  187.          Italic          =   0   'False
  188.          Strikethrough   =   0   'False
  189.       EndProperty
  190.       Height          =   1695
  191.       Left            =   120
  192.       TabIndex        =   6
  193.       Top             =   120
  194.       Width           =   5175
  195.       Begin VB.VScrollBar VScroll1 
  196.          Height          =   30
  197.          Left            =   4680
  198.          TabIndex        =   23
  199.          Top             =   4440
  200.          Width           =   135
  201.       End
  202.       Begin VB.TextBox txtMServer 
  203.          Height          =   285
  204.          Left            =   960
  205.          TabIndex        =   2
  206.          Top             =   1200
  207.          Width           =   1335
  208.       End
  209.       Begin VB.ComboBox cboMDatabase 
  210.          Height          =   315
  211.          Left            =   3480
  212.          TabIndex        =   12
  213.          Top             =   1200
  214.          Width           =   1455
  215.       End
  216.       Begin VB.TextBox txtMPassword 
  217.          Height          =   285
  218.          IMEMode         =   3  'DISABLE
  219.          Left            =   960
  220.          PasswordChar    =   "*"
  221.          TabIndex        =   1
  222.          Top             =   840
  223.          Width           =   1335
  224.       End
  225.       Begin VB.TextBox txtMUserID 
  226.          Height          =   285
  227.          Left            =   960
  228.          TabIndex        =   0
  229.          Top             =   480
  230.          Width           =   1335
  231.       End
  232.       Begin VB.CommandButton cmdMConnect 
  233.          Caption         =   "Connect/Retrieve Databases"
  234.          Height          =   375
  235.          Left            =   2640
  236.          TabIndex        =   10
  237.          Top             =   720
  238.          Width           =   2295
  239.       End
  240.       Begin VB.Label Label4 
  241.          Caption         =   "Database:"
  242.          Height          =   375
  243.          Left            =   2640
  244.          TabIndex        =   11
  245.          Top             =   1200
  246.          Width           =   975
  247.       End
  248.       Begin VB.Label Label3 
  249.          Caption         =   "Server:"
  250.          Height          =   255
  251.          Left            =   120
  252.          TabIndex        =   9
  253.          Top             =   1200
  254.          Width           =   1335
  255.       End
  256.       Begin VB.Label Label2 
  257.          Caption         =   "Password:"
  258.          Height          =   375
  259.          Left            =   120
  260.          TabIndex        =   8
  261.          Top             =   840
  262.          Width           =   1095
  263.       End
  264.       Begin VB.Label Label1 
  265.          Caption         =   "User ID:"
  266.          Height          =   255
  267.          Left            =   120
  268.          TabIndex        =   7
  269.          Top             =   480
  270.          Width           =   1335
  271.       End
  272.    End
  273.    Begin MSHierarchicalFlexGridLib.MSHFlexGrid flxDiff 
  274.       Height          =   5055
  275.       Left            =   120
  276.       TabIndex        =   24
  277.       Top             =   1920
  278.       Width           =   10335
  279.       _ExtentX        =   18230
  280.       _ExtentY        =   8916
  281.       _Version        =   393216
  282.       FocusRect       =   2
  283.       AllowUserResizing=   1
  284.       RowSizingMode   =   1
  285.       _NumberOfBands  =   1
  286.       _Band(0).Cols   =   2
  287.    End
  288.    Begin VB.Label Label10 
  289.       Caption         =   "Table/Fields"
  290.       Height          =   255
  291.       Left            =   2880
  292.       TabIndex        =   29
  293.       Top             =   7080
  294.       Width           =   1455
  295.    End
  296.    Begin VB.Label Label9 
  297.       Caption         =   "Database Objects"
  298.       Height          =   255
  299.       Left            =   120
  300.       TabIndex        =   28
  301.       Top             =   7080
  302.       Width           =   1935
  303.    End
  304.    Begin VB.Menu mnuExit 
  305.       Caption         =   "E&xit"
  306.    End
  307.    Begin VB.Menu mnuSettings 
  308.       Caption         =   "&Settings"
  309.       Begin VB.Menu mnuIgnoreSysObjects 
  310.          Caption         =   "Ignore &System Objects"
  311.          Checked         =   -1  'True
  312.       End
  313.       Begin VB.Menu mnuIgnore_Indexes 
  314.          Caption         =   "Ignore &Indexes Beginning With Underscore"
  315.          Checked         =   -1  'True
  316.       End
  317.       Begin VB.Menu mnuUseBCP 
  318.          Caption         =   "Use BCP To Transfer Data"
  319.       End
  320.    End
  321. Attribute VB_Name = "frmSynchMain"
  322. Attribute VB_GlobalNameSpace = False
  323. Attribute VB_Creatable = False
  324. Attribute VB_PredeclaredId = True
  325. Attribute VB_Exposed = False
  326. Option Explicit
  327. Public oDBSynch As clsDBSynch
  328. Public rsList As ADODB.Recordset
  329. Public bProcDBObjects As Boolean
  330. Public bProcAll As Boolean
  331. Private Sub cboMDatabase_LostFocus()
  332. If Trim(cboMDatabase.Text) <> "" Then
  333.   oDBSynch.sMDBName = cboMDatabase.Text
  334.   If Not oDBSynch.SetMasterDatabase() Then
  335.     MsgBox oDBSynch.ReturnStatus, vbOKOnly, "Error Setting Database"
  336.   End If
  337. End If
  338. End Sub
  339. Private Sub cboSDatabase_LostFocus()
  340. If Trim(cboSDatabase.Text) <> "" Then
  341.   oDBSynch.sSDBName = cboSDatabase.Text
  342.   If Not oDBSynch.SetSlaveDatabase() Then
  343.     MsgBox oDBSynch.ReturnStatus, vbOKOnly, "Error Setting Database"
  344.   End If
  345. End If
  346. End Sub
  347. Private Sub cmdAllDiffs_Click()
  348. If Not CheckAndResetDB Then
  349.   Exit Sub
  350. End If
  351. Set rsList = New ADODB.Recordset
  352. If Not oDBSynch.GetDBObjectDiffInfo(CInt(cboDBObject.ItemData(cboDBObject.ListIndex)), rsList) Then
  353.   frmSynchMain.MousePointer = vbDefault
  354.   MsgBox oDBSynch.ReturnStatus, vbOKOnly, "Error Getting Differences "
  355. End If
  356. If Not oDBSynch.GetTableFieldDiffInfo(CInt(cboTableFields.ItemData(cboTableFields.ListIndex)), rsList) Then
  357.   frmSynchMain.MousePointer = vbDefault
  358.   MsgBox oDBSynch.ReturnStatus, vbOKOnly, "Error Getting Differences "
  359.   Exit Sub
  360. End If
  361. Set flxDiff.DataSource = rsList
  362. If (cboDBObject.Text = "Table/Fields") Or _
  363.   (cboDBObject.Text = "All") Then
  364.   SetGridProperties True
  365.   SetGridProperties False
  366. End If
  367. flxDiff.Refresh
  368. frmSynchMain.MousePointer = vbDefault
  369.          Width           =   10 ea0o2g
  370.   1Rir "MS Sans Serif"Table/Fields") Or declaredId IH "
  371.   Exit Sub
  372. End If
  373. End I6b
  374. End If
  375. SIollxDiff.Refresh
  376. frmSynchMain.  = vSf
  377. frmmmmFin.MousePointer = vbDefault
  378. tributtF "Error Getting Differences "
  379.  oAo3chMain.       End
  380.    End
  381. Attrie xt = VMIb
  382. Attrie xt = VMIb
  383. Attr     TabIndex   >s3e/Fields") Or tIb
  384. Attr     TabISub
  385. Ent If
  386. SIollxDiff.Refresh
  387. frmSynchMain.  = vSf
  388. frmmmmFin.MousePMain. .  = vSf
  389. frmmmmFiPMain. .  =Bl =Bl =Blain. .  = vSf
  390. frmmmmFiPMain. .ff 
  391.       Height        o       Underline       =   0   '3G
  392.     Sub
  393. Ent ea0o2g
  394. neX1   Height          =   285
  395.          Left            =   960
  396. Ent ea0o2g
  397. neX1   Height          =   285
  398.          Left            =   960
  399. Ent ea0o2g
  400. neabel4 
  401. ource =oabel4 1200
  402.     o    
  403. frmmmmFiPMain. .  =Bl =Be 
  404. Height          =   285
  405.         goeight  =sldoThein VB.MenuS.er"
  406.       BeginProperty Font 
  407.          Name            =   "MS) <,eabel4tharsef
  408. S   idt    Then
  409.   SetleFieldDiffIft       Taba    9usie     h              Left  ain. .ff 
  410.       Height        o       Underline       =   0   '3G
  411.     Sub
  412. Ent ea0o2g
  413. neX1   Height          =   285
  414.          Left            = i  285
  415.    ne       =  51b6o
  416. I  Size     
  417.         n    =  5 xDatabase Objects"
  418.       Heigh Width      ht          =   285
  419.          S0dth      ht          =   285
  420.   xIOLef175
  421.       Begin VB.CommandButton cmdme         BfcC        ab
  422. Ent ea0o2g
  423. neX1   Height      he     h  BfcC    l   B
  424. Attrie xt = VMIb
  425. Attrie xt = VMIb
  426. Attrie xt = VMIb
  427. Attrie xt = TBegSHFlexGrid 8esSxRefresh
  428. frmSynchMain.  = vSf
  429. frmmmmFin.MousePMain. .  = vSf
  430. frmub Height      he     h  BfcC  im(cboSDatabase."h  BfcCnd
  431.    s"
  432.          CamFiPMain. .  =Bl =cd    latus, vb oSDatabase.uAshMain.  = vSf
  433. frmmmmFin.MousePMain. .  = vSf
  434. frmub Height   St  = DxAttrieFf
  435. ferlCt yenu mnuExit 
  436.       Caption       s"
  437.      o0emnuExit 
  438.     BfcCo    Left            =   Height   mmmFin.MousC 5
  439.       Le
  440.       mDa6o0 cm7c1p 5
  441.  cbop)o vSf
  442. frmmmmFVB_p 5
  443. 7c1p 5
  444.  c= vSf
  445. frmub  Ca 1FIf
  446. SIollxe1Bt   StProperty Fesne(cn8o6 Fesn0emnuExit 
  447.     BfcCo    L3o
  448.          Height     egSHFEMo    Left         x        = rmuePMain. .  = vSf
  449. frmub Height   St  = DxAttri3M0o DiffIn6iPMain. .  =B      Top    St
  450. Attrie xt = VMIb
  451. Attrie xt NF     =   375
  452.          Left         21xxEht   St  = DxAttri3M0o DiffIn6"  BfcC        ab
  453. EnI e1lllll2"n. INsePoiersS9b1v2e1lllll2"do    =   HeiILostFocus(HeiRSyns      Left      6S2e1lllll2"do    =   HeiILostFocus(S.  St
  454. Attrie ef79_t  = DxAtti       79_t  = p           GSS CaptionL CaptiS CFoc0.t  BO-a#ain. =         =   Height   mmmFin.MousC 5
  455.       Le
  456.       mDa6o0 cm7c1p 5
  457.  c = VMIb
  458. Attrie xt = VMIb
  459. Attr     TabIndex   >s3e/Fields") Or tIt  = DxAt"s3e/Fields") Or tIn2e = cboSData0oM eILostFocR)o v"os, vbOKOn4 
  460.          CaoLoste5oSData0uExit 
  461.  xbOKOn4 
  462.          Ca7 VMIb
  463. Attr aXe = cboSt = VMIb
  464. Att(     T         Checked         =   -1  'True
  465.       End
  466.       Begin VB.Menu mnIn2eSnd
  467.     2h      
  468.       rtr A      21xxEht   St  = DxAttri3M0o  If Not rrorae ie x -1 =B     End St  = DxAttri3M0o  If Not rrorae ie x -1 =B     Endid 8
  469. SmmmmFin.ir,     TnAttrie xt = VMIb
  470. Attrie xt NF  = DxAttri3M0o  If Not rrorae ie x -1 =B     Endid 8
  471. SmmmmFin.ir,     TnAttrie xt = VMIb
  472. Attrie xt NF  = DxAttri3M0o  If Not rrorae ie x -1 =B     E0ht      he     h  BfcC    l   B
  473. Endlllllllllll7b   csih   B
  474. En l   B
  475. Endlllllllllll7bM0o Disih  Not rrorae ie x      rtr sh8rae ie x -1 =B     Endid 8Da6o0 cm7c1p 5
  476.  cbop)       rrorae iI0 rrorae      Ce2 e6   End  iI0 rroraSt  = DxAt4S NotWot rri CFoc0.t  BO-a#ain. =         =
  477.  cbop)       rrorae iI0 rrorae   ot rrorae ie x -1 =B     Endid 8
  478. Smmmm21 =B   i7"
  479.       Heighse   id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx -1v  id 8.eSn-1v 6"9)vbOKOnly, "Error  = VMIvbO0e ieih  Not rrorae ie xuB     oe x -1 =B     Endid 8
  480. Smmmm21 =B        oe x -1 =B            &"Error  = VMIvbO0e ieih  960
  481. tEix -1v  ae"d =B     Endid 8
  482. Smmmm21 =B     ib1v2e1lllEkxror  = V1a21 =B     i' vSf
  483. frmmmmFin.MousePMain. .  = vSf
  484. frmmmmFiPMain. .  =Bl =Bl =B   =   1_eVMIvbO0e ieih eSIvbO0e ieih O0e ieih eSe0 oe x -1 =B            &"Error tPm21n(vbO0e iexo&"Ein. . o61n(vbO0eCBl = VB.Label La
  485. frNB     C7_ VB.Label La
  486. L =B            &"Error  = VMIetcEix -1v  ae"d =BU = sih  Not r2 1455
  487.  e ieih O0e ieih eSe.oe x -pi3 Ylo0t  .oCeoSk
  488. L =B            &"Error  = VMIetcEix -1v  ae"d =BU = sih  Not r2 1455
  489.  e ieih O0e ieih eSe.oe x -pi3 Ylo0t  NB8 -1etc   =BU = siheeit269t            =   120
  490.       Tadaxn3bO0e i Le
  491.         Sub
  492. End If
  493. Set flxD    oe x x3i    sih*ret flxD    oe x x3i    sih*ret flxD    oe x0E*ret =   891
  494. If Not oDB     o0emnuExit 
  495.     BfcCo    Left            51b6o
  496. I  Size    etcEix ocCo=nd If
  497.  Ylo0t  .oCeoSk
  498. L =B            &
  499.       h*ret flx    7rrCe2tc   =Ft rrorae ie x -1 =B     Endid 8
  500. Sm    Endid 8
  501. Smmmm21 =B   i7"
  502.       Heighse   id Not rrorae iBAbAB     C7_ VB.Label La
  503. L =B      B     C7_ VB.Label Lah    EnoDBVe
  504.   SetGridProperties2Rt'NF  = DxAtt. . es2Rt'NF  = DxAtt. . es2Rt'NF  = DSSS0o0 oe x -1 =M 2e61F7      Be5F)Cea1 TnxD    oe x x3i    sih*ret flxD   =8cmmm21 =B   i7"
  505.       Heighse   id 8I -1 =B     EB     Endidxx -1v  id 8I -1 =B     EB     Endidxx
  506. If N  C7_ VB     Name 
  507.  e ielo0t  .oCekea1 TnxD    olsih*ret flxD    oe x x3i    sih*8x x3i  0nnu    a8c   DDDDDDDDDDDDDDo = sih -oT  Heigr  = VMIetcEix -1v  ae"d =BU = sih  Not r2 14   Endidxx
  508. If N  C7_ VB     Name 
  509.  e ielo0t  .oCekea1 TnxD    olsih*ret flxD    oe x x3i    el Lah MSHFlexGrid flxDiff 
  510.       & e ielo01oG    AAtt. . ie D    o
  511. RT  'TrueCXGF
  512. Sp2*ret flxD    oe x x3i    s mRRRRRRRRR
  513. F  = DxAtt9/f e"mD    olsih*ret flxD    oe x xsnd If iellxD    oe x xsnd IfE St RRRRRRR
  514. F  = DxAtt9/f e"mD    olsoe6oyd IfE St RRRRRRR
  515. F  =oSk
  516. L =B            &
  517.       h*ret flx    7rrCe2tc   =Ft rrorae =B oe x t No   'False
  518.  =SD"7=ked         =   -1  'Truee Not h3"mD    ol olsitB DAo -1  'Tru =B     ib1v2e1lllEkxror  = V1a21 =B     i' vSf
  519. frmmmmFin.MousePMain. .  = vSf
  520. frmmmmFiPMain. .  =Bl =Bl =B   =   ae ie x  51b6o
  521. at RRRRRRR
  522. Ft ie x  51b6o
  523. at RRRRRRR
  524. Ft ie x  51b6o
  525. at RRRRRRR
  526. Ft ie x  5lllllllll   oe x xsnd If iellxD    oe    oe x xsnd If iellxD    oe    EF V1on2e1b6o
  527. at RRR =Bl =Bl =B   =   ae ie x  51b6o
  528. at RRRRRRR
  529. Ft ie x  51b6o
  530. at RRRRRRR
  531. Ft ie x  51b6o
  532. at RRRRRRR
  533. Ft ie x  5lllllllll   oe x xsnd If iellxD    oe   7=ked       e   HeiRSyns      Left      6S2e1lllll2"do  .oD
  534. ns      1di   ieuE.MousePMain 8
  535.  eSe.oe x -pi3 Ylo0t  .oCeoSk
  536. L =B            &"Error 0iDDDo = sih -oT  Heigr  = VMIetcEixRRRRR
  537. Ft ie x  51b6o
  538. a -t RRRRRRR
  539. Ft ie x  5lllllllll  _2h Alllllll  _2h Alllllll  _2h AllbmSain. .  =Bl =Bl =ifrorae      Ce2 e2at RRRRRRR
  540. Ft ie x  51b6o
  541. at RRRRRRR
  542. F-  i7"
  543.          D=   120
  544.   ns      1di   ieuE.MousePMaU = sih  Not r2 14   EnDi1om4t ie x  5lll EB     EPMain 8
  545.  eSe.oe x -pi3 Ylo0t  .oCeoSk
  546. L =B            &"Error 0i7i7i7i7i7i7i7i7i7i7i7i7i7i7i7i74 5llllVMIetcEixRRRRR
  547. Ft ie x  51b6o
  548. a -t RRRRRRR
  549. Ft ie x  5lllllllll  _2h Alllllll  _2h Alllllll  _2h AllbmSain. .  =Bl =Bl =ifrorae      Ce2 e2at RRRRRRR
  550. Ft ie x  51b6o
  551. at RRRRRRR
  552. F-  i7"
  553.  Ga RRRi7i7i74t i3line        VMIetcEixRRRRR
  554. Ft ie x  51bSD=   M"Erroo     6o
  555. at RRRRRRR
  556. Ft ie x  5llllll640
  557.          TabIndex    4 x3i    sih*8x fmro1rIndex    S_")x4"x    4 x3i    )Index     =x  5lll EB     EPMain 8
  558.  eSe.oe x -pi3 Ylo0t  .oCeoSk
  559. L )h  BfcuflxDiff.Refresh
  560. frmSynchMain.eoSk
  561. L )h  BBBB" 8I 0Hff.Refresh
  562. frmSynchMain.eoSk
  563. L )hRRRRRR
  564. F-  i7"
  565.        aioBfcuflxDiff -oT  Heigr x f
  566.